Level
Log levels, chosen to match python logging conventions.
Content copied to clipboard
meshtastic.LogRecord.Level
Properties
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
CRITICAL = 50;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
DEBUG = 10;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
ERROR = 40;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
INFO = 20;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
TRACE = 5;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
UNSET = 0;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
WARNING = 30;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.